home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / arv134e.zip / UPDATE.BAT < prev    next >
DOS Batch File  |  1994-07-04  |  547b  |  24 lines

  1. @echo off
  2. if "%1"=="" goto fehler
  3. copy *.exe %1
  4. copy *.hlp %1
  5. copy *.dok %1
  6. copy *.txt %1
  7. copy *.ovr %1
  8. copy *.res %1
  9. echo.
  10. echo Done!
  11. echo.
  12. goto ende
  13. :fehler
  14. echo UpDate will help you to update your present ARV Version to
  15. echo this new one.
  16. echo It will copy all relevant new files to your ARV directory.
  17. echo Change to the directory that contains the NEW ARV files,
  18. echo then enter
  19. echo  update old-arv-dir
  20. echo substituting "old-arv-dir" by the name of the directory your
  21. echo present ARV Version resides in.
  22. echo.
  23. :ende
  24.